Uses of Class
negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.OpponentModel.Extreme

Packages that use OpponentModel.Extreme
negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010   
 

Uses of OpponentModel.Extreme in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010
 

Methods in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010 that return OpponentModel.Extreme
static OpponentModel.Extreme OpponentModel.Extreme.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OpponentModel.Extreme[] OpponentModel.Extreme.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010 with parameters of type OpponentModel.Extreme
 double OpponentModel.getExtremeEvaluation(Evaluator evaluator, OpponentModel.Extreme extreme)